home *** CD-ROM | disk | FTP | other *** search
- object FrmReminder: TFrmReminder
- Left = 357
- Top = 271
- ActiveControl = Button1
- BorderStyle = bsDialog
- Caption = '30 day evaluation period ended'
- ClientHeight = 422
- ClientWidth = 592
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Shell Dlg 2'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 16
- Top = 349
- Width = 569
- Height = 33
- Shape = bsFrame
- end
- object LReg: TLabel
- Left = 59
- Top = 359
- Width = 105
- Height = 13
- Anchors = [akLeft, akBottom]
- Caption = 'Registration code:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Memo1: TMemo
- Left = 16
- Top = 8
- Width = 569
- Height = 337
- Lines.Strings = (
-
- 'Your 30 days evaluation period has expired. If you wish to conti' +
- 'nue using CDCheck you must register this '
- 'software!'
- ''
- '-------------------------------------------------------'
- '1. Personal users'
- '-------------------------------------------------------'
-
- 'If you think this software is useful and you can afford to buy a' +
- ' Personal license, please do so. This will help '
-
- 'cover development costs and you will be entitled to complete sup' +
- 'port for this product.'
- ''
-
- 'If you decide not to purchase a license, you can register for fr' +
- 'ee by registering as CDCheck online! user and '
- 'requesting Free license on CDCheck homepage.'
- ''
- '---------------------------------------------------'
- '2. Business users'
- '---------------------------------------------------'
-
- 'This applies to profitable business entities, governmental entit' +
- 'ies and educational institutions.'
- ''
-
- 'You have 14 days to register this software by purchasing appropr' +
- 'iate license. If you do not intend to register '
- 'this'
- 'software you must uninstall it within 14 days.'
- ''
- '---------------------------------------------------'
- 'Licence prices at the time of release:'
- '- Personal license: $10'
- '- Single user license: $50'
- '- 5 users license: $200'
- '- Corporate license: $500'
- ''
- 'For current prices go to:'
- 'http://www.elpros.si/CDCheck/registration.php')
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 3
- end
- object Button1: TButton
- Left = 48
- Top = 388
- Width = 177
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'Visit registration page'
- Default = True
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 376
- Top = 388
- Width = 177
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'I will do it later'
- TabOrder = 4
- OnClick = Button2Click
- end
- object ECode: TEdit
- Tag = 255
- Left = 182
- Top = 355
- Width = 219
- Height = 21
- Anchors = [akLeft, akBottom]
- TabOrder = 1
- Text = 'Enter here your registration code'
- end
- object BtnRegister: TButton
- Left = 431
- Top = 353
- Width = 114
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'Register!'
- TabOrder = 2
- OnClick = BtnRegisterClick
- end
- end
-